const google.golang.org/grpc/internal/transport.closing
10 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L797: if t.state == closing {
http2_client.go#L995: if t.state == closing {
http2_client.go#L1007: t.state = closing
http2_client.go#L1070: if t.state == draining || t.state == closing {
http2_client.go#L1329: if t.state == closing {
http2_client.go#L1745: if t.state == closing {
http2_server.go#L1282: if t.state == closing {
http2_server.go#L1289: t.state = closing
http2_server.go#L1387: if t.state == closing { // TODO(mmukhi): This seems unnecessary.
transport.go#L447: closing
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)